Skip to content

fix : adding missing newlines in fmt.Printf calls#309

Open
DivyanshuVortex wants to merge 1 commit intomicrocks:masterfrom
DivyanshuVortex:chores
Open

fix : adding missing newlines in fmt.Printf calls#309
DivyanshuVortex wants to merge 1 commit intomicrocks:masterfrom
DivyanshuVortex:chores

Conversation

@DivyanshuVortex
Copy link
Copy Markdown
Contributor

Description

  • Audited the entire codebase for fmt.Print and fmt.Printf calls missing a terminating newline.
  • Added \n to various error, status, and discovery messages to ensure consistent terminal formatting.
  • Fixed specific output in pkg/connectors/container_client.go where the "Stopping container..." log was missing a newline.
  • Preserved interactive prompts in cmd/login.go (Username/Password) to maintain correct user input flow.

Fixes : #308

Signed-off-by: DivyanshuVorrtex <divyanshuchandra9027@gmail.com>
@DivyanshuVortex
Copy link
Copy Markdown
Contributor Author

DivyanshuVortex commented May 6, 2026

Now next line is prints in new line -
Screenshot (684)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix : missing newlines in fmt.Printf calls

1 participant